home *** CD-ROM | disk | FTP | other *** search
- %case doChoice%
- %DoChoice%
- %case itemNr%
- %DefineItem%
- %case classDecl%
-
- TYPE
- %classname% = OBJECT (%superclass%)
- OVERRIDE METHOD GetText (aCell: GridCell;
- VAR aString: Str255);
- (*${QINSPECTOR*)
- OVERRIDE METHOD Fields (DoToField: DoToFieldMETHOD);
- (*$}*)
- END(*%classname%*);
- %case gDeadStripSuppression%
- %StripSuppression%
- %case classMethods%
- (*----------*)
- METHOD %classname%.GetText% %(aCell: GridCell;
- VAR aString: Str255);
- BEGIN
- (*. replace with something useful .*)
- END GetText;
-
- %ClassMethods%
- %case defImports%
- FROM Types IMPORT
- Rect;
- FROM UGridView IMPORT
- TTextGridView, GridCell;
- %case modImports%
- FROM Types IMPORT
- Rect, Str255;
- FROM UGridView IMPORT
- GridCell;
-